body, html{
	width:1092px;
	height:458px;
	margin:auto;
	background-image:url("imagenes/fondo.jpg");
}
header{
	width:1091px;
	height:40px;
}
footer{
	text-align:right;
	font-size:13px;
	width:1091px;
	height:34px;
}
ul{
	background-color:white;
	padding:0px;
}
.nav{
	margin:auto;
	padding:0%;
	float:left;
}
.nav > li{
	border:grey solid 1px;
	width:216.3px;
	float:left;
	list-style-type:none;
}
.nav li a{
	text-align:center;
	color:#246C17;
	font-family: 'Black Ops One', cursive;
	padding:10px 12px;
	display:block;
	text-decoration:none;
}
.nav li ul {
	border:grey solid 1px;
	display:none;
	position:absolute;
	min-width:216px;
	list-style-type:none;
}
.nav li ul li{
	border:grey solid 1px;
}
.nav li a:hover{
	background-color:#A4A4A4;
}
.nav li:hover > ul {
	display:block;
}	
.articulo1{
	width:540px;
	height:541px;
	float:left;
	background:white;
	border-left: 1px grey solid;
	border-bottom: 1px grey solid;	
}
.articulo2{
	width:549px;
	height:271px;
	float:left;
	text-align:center;
	background:white;
	border-right: 1px grey solid;
	border-left: 1px grey solid;
}
.articulo3{
	width:549px;
	height:270px;
	float:left;
	background:white;
	text-align:center;
	border-right: 1px grey solid;
	border-left: 1px grey solid;
	border-bottom: 1px grey solid;
}
#clear {
	clear:both;
}
h2 {
	font-family: 'Black Ops One', cursive;
	font-size:20px; 	
	text-align:center;
	color:grey;
	margin:0%;
	background-color:white;
	border-width:1px;
	border-style:solid;
	border-color:grey;
}
.logo{
	width:431px;
	height:31px;
	padding:3px 3px;
}
.foto1{
	width:540px;
	height:367px;
	margin:60px 0px;
}
.foto2{
	width:343px;
	height:211px;
}
.foto3{
	width:343px;
	height:211px;
}
.tabla1{
	margin:2% 12%;
}
.tabla2{
	margin:2% 12%;
}
.calendario1{
	margin:2% 12%;
}
.calendario2{
	margin:2% 18%;
}